Testing image attributes
========================

the unscaled image

.. image:: biohazard.png

scaled 200

.. image:: biohazard.png
   :scale: 200

center and scale

.. image:: biohazard.png
   :scale: 200
   :align: center

an image with a web target

.. image:: debian.png
   :target: http://www.debian.org

..

and for figure too

.. figure:: biohazard.png
   :width: 5cm
   :align: right


figure and scale

.. figure:: biohazard.png
   :scale: 300
   :align: left

unsupported things
------------------

.. image:: biohazard.png
   :rotate: 90

how to set a label

.. image:: biohazard.png
   :name: classy pic

.. figure:: biohazard.png
   :label: classy pic


